home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 16 / files.lst < prev    next >
File List  |  1985-11-19  |  2KB  |  48 lines

  1.     Files on the Forthmacs Working Disk:
  2.  
  3. File            Contents
  4.  
  5. FILES.LST        This file
  6. READ.ME            General Forthmacs information
  7. COPYING            Important note from the author
  8. FORTH.TOS        The Forthmacs Forth System
  9. EMACS.TOS        The Emacs text editor
  10. EMACS.REF        Emacs quick reference
  11. TUTORIAL.TXT        Emacs tuturial
  12. MIDI.FTH        Basic MIDI interface
  13. MODEM.FTH        Serial Line interface
  14. CONNECT.FTH        Virtual Terminal
  15. XMODEM.FTH        Xmodem protocol file transfer
  16. PRINTER.FTH        Printer control
  17. LINEA.FTH        Line A graphics interface
  18. VDI.FTH            Low Level VDI interface
  19. VDIBIND.FTH        C-bindings style VDI interface
  20. AES.FTH            AES interface
  21. POLYGONS.FTH        Sliding Polygons demo program
  22. ART.FTH            String Art demo program
  23. STRINGPT.BIN        Data file for ART.FTH
  24. TASKING.FTH        Multitasking
  25. BUNDLE.FTH        Creates "bundles" -- files containing many other files
  26. EXTRACT.FTH        Used by BUNDLE.FTH
  27. INTERVAL.FTH        Interval timing
  28. SPLIT.FTH        Split-screen scrolling
  29. BLOCK.FTH        Implemention of the Forth word BLOCK
  30. BLOCKIO.FTH        Used by BLOCK.FTH
  31. BLOCKLD.FTH        Used by BLOCK.FTH
  32. COMPARE.FTH        File comparison
  33. CHECKSUM.FTH        File checksum
  34. DEBUG.FTH        Single-steping debugger
  35. WHATIS.IND        Index file for the WHATIS help command
  36. WHATIS.DOC        Data file for the WHATIS help command
  37. INDEX.FTH        Recreates WHATIS.IND if you modify WHATIS.DOC
  38. FILEDATE.FTH        Modifies the data and time stamp on files
  39. MEMORY.MAP        Text file showing the memory map of Forthmacs
  40.  
  41. You don't have to keep all these files on-line all the time for Forthmacs
  42. to work.  Once FORTH.TOS has started, it stays in memory until you exit
  43. from Forth.  The first time you type  edit , EMACS.TOS is read in to memory,
  44. and it stays there until you exit from Forth.  WHATIS.IND and WHATIS.DOC are
  45. accessed every time you use the  whatis  command, so you have to keep them
  46. on-line if you use that command.   The other files are only accessed if you
  47. explicitly ask for them.
  48.   Display the search ord